type runtime.mcache

18 uses

	runtime (current package)
		malloc.go#L876: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, shouldhelpgc bool) {
		mcache.go#L20: type mcache struct {
		mcache.go#L84: func allocmcache() *mcache {
		mcache.go#L85: 	var c *mcache
		mcache.go#L88: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mcache.go#L105: func freemcache(c *mcache) {
		mcache.go#L125: func getMCache(mp *m) *mcache {
		mcache.go#L128: 	var c *mcache
		mcache.go#L146: func (c *mcache) refill(spc spanClass) {
		mcache.go#L198: func (c *mcache) allocLarge(size uintptr, noscan bool) *mspan {
		mcache.go#L233: func (c *mcache) releaseAll() {
		mcache.go#L280: func (c *mcache) prepareForSweep() {
		mheap.go#L702: 	h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
		proc.go#L116: 	mcache0      *mcache
		runtime2.go#L604: 	mcache      *mcache
		stack.go#L277: func stackcacherefill(c *mcache, order uint8) {
		stack.go#L299: func stackcacherelease(c *mcache, order uint8) {
		stack.go#L318: func stackcache_clear(c *mcache) {